@charset "UTF-8";


/* CSS Document */


body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background:#8CC63F;
	background-image:url(../images/sprouts.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	width: auto;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


a {
color: #8CC63F;
}

h1, h2, h3 {
	color: #669933;
	margin-left: 60PX;
	margin-right: 30 px;
	margin-top: 0;
}
h1 {
	margin-top: 10px;
}
	
p {
	color: #666;
	margin-left: 60PX;
	margin-right: 30 px;
	margin-top: 0;
	}

ul {
	color: #666;
	margin-left: 60PX;
	margin-right: 30 px;
	margin-top: 0;
	}		
	

.thumb {
	border: 0;
	height: 60px;
	width: 60px;
	margin: 20px 20px 0 0;
	float: left;

}


.box {
	border: #999 solid 1px;
	height: 300px;
	width: 465px;
	margin: 135px 0 0 35px;
}



/* NAVBAR CODE */


#navbar {
	width: 750px;
	height: 130px;
	margin-left: 130px;
}


#navbar ul {
	white-space: normal;
	list-style-type: none;
	padding: 25px 0 0 25px;
	margin: 0;
}


#navbar ul li {
	float: left;
	position: relative;
}


#navbar ul li a, #navbar li a:visited, #navbar li a:active  {
	display: block;
 	float: left;
	margin-left: 10px;
	width: 107px;
	height: 23px;
 	padding: 4px 0 4px 0;
 	color:#FFF;
 	background:url(../images/new_butt.png) no-repeat;
 	text-decoration: none;
	text-align:center;
}



#navbar ul li:hover a {
	width: 107px;
	height: 23px;
	background:url(../images/new_butt_dwn.png) no-repeat;
	color:#FFF;
}


#navbar ul li ul {
	display: none;
	margin: 7px 0 0 0;
	padding: 0;
}

#navbar ul li:hover ul { 
	display: block; 
	position: absolute;
	top: 22px;
}





/* DIV ELEMENTS */



#wrapper {
	width: 890px;
	height: 670px;
	background:url(../images/Background.png) no-repeat;
	margin:30px auto;
}



#left {
	float: left;
	width: 570px;
	height: 430px;
	text-align: left;
	border-right: 0 solid #666;
	overflow-y: auto;
	margin-right: 20 px;
}

#left iframe {
float:right;

}

#article {
	float:left;
	width: 890px;
	height: 400px;
	text-align:left;
	border-right: 0 solid #666;
	overflow-y: scroll;
    overflow-x: hidden;
	
}

#articleimage {
	float:left;
	margin-right:15px;
	margin-left: 80px;
	margin-bottom:5px;
}


#right{
	margin-top: 20px;
	float: right;
	width: 300px;
	height: 450px;
	
}

#rightnest{
margin-left: 50px;
width: 200px;
height: 350px;
background:url(../images/rightcolumn.png) no-repeat;
}
